home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1876 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.9 KB  |  52 lines

  1. Newsgroups: comp.lang.c
  2. Path: sv05wld.wldelft.nl!hendrik
  3. From: hendrik@sv05wld.wldelft.nl (Andre Hendriks)
  4. Subject: Re: help encryption program
  5. Sender: news@wldelft.nl (Network News)
  6. Message-ID: <DLBMqL.Muz@wldelft.nl>
  7. Date: Wed, 17 Jan 1996 10:35:09 GMT
  8. References: <4dbb0o$dbm@jaring.my> <4df4gh$66q@flood.xnet.com>
  9. Organization: Delft Hydraulics (NL)
  10.  
  11. In article <4df4gh$66q@flood.xnet.com>, kd9fb@flood.xnet.com (Peter Mikalajunas) writes:
  12. |> meimei@pl.jaring.my wrote:
  13. |> : Requirement :
  14. |> : ==========
  15. |> 
  16. |> : A encryption scheme is to interchange letters of the alphabet on a
  17. |> : one-to-one basis. This can be accomplished with a transalation table
  18. |> : for the 52 lowercase and uppercase letters.
  19. |> 
  20. |> : Write a C program that implements such a scheme to encode text. The
  21. [snip]
  22. |> 
  23. |> : Can anyone solve the above problem ?
  24. I can, but the point of the exercise seems to me that YOU try to do it! ;-)
  25. |> 
  26. |> You can xor each character, it is a standard routine..
  27.  
  28. It may be a standard routine, but it's not the assignment!
  29.  
  30. |> If you have a problem with getting your homework to compile,
  31. |> post a snippet of it here.
  32. |> 
  33. |> 
  34. |> Peter Mikalajunas 
  35. |> kd9fb@xnet.com
  36. |> http://www.xnet.com/~kd9fb
  37. |> 
  38.  
  39.                                                /
  40.      +---------------------+    Name     : Andre Hendriks
  41.      |.   .   .   .   .   .|    E-Mail   : Andre.Hendriks@WLDelft.NL
  42.      |.   .   .   .   .   .|    Company  : Delft Hydraulics
  43.    ____   .   ___       ___|    Division : Waterresources & Environment
  44.     \   \ . /   / \   /   /|    Address  : P.O. Box 177
  45.      \   \ /   /   \ /   / |               2600 MH DELFT
  46.      |\   \   / \   \   / .|               The Netherlands
  47.      |.\___\ /.  \___\ /  .|
  48.      |.   .   .   .   .   .|    Phone    : +31 15 2569353
  49.      |.   .   .   .   .   .|    Fax      : +31 15 2619674
  50.      |.   .   .   .   .   .|
  51.      +---------------------+    Home Page: www.wldelft.nl
  52.